site.master
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Master Language="C#" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="insert DESCRIPTION here" name="description" />
<meta content="Insert KEYWORDS here" name="keywords" />
<meta content="en-us" http-equiv="Content-Language" />
<meta content="General" name="rating" />
<meta content="no" http-equiv="imagetoolbar" />
<meta content="Copyright 2010, Tina Clarke and Pat Geary. http://frontpage-to-expression.com/ All Rights Reserved" name="copyright" />
<link href="styles/site.css" rel="stylesheet" type="text/css" />
<!-- 
======================================
Website Template Name:   Daffodil Site Template 
Author: Patricia Geary
Author URI: http://www.expression-web-tutorials.com/
Author Email: patgeary@comcast.net
Date: October 2011 
========================================
-->
<asp:ContentPlaceHolder id="Head" runat="server">
</asp:ContentPlaceHolder>
</head>

<body>

<form id="form1" runat="server">
	<div id="outerWrapper">
		<!-- Site Name begins here -->
		<div id="sitename">
			<p class="title">Site Name </p>
			<p class="tagline">Tagline Goes Here</p>
		</div>
		<!-- Site Name ends here -->
		<!-- Masthead begins here -->
		<div id="header">
		</div>
		<!-- Masthead ends here -->
		<!-- Content Container begins here -->
		<div id="contentWrapper">
			<!-- Left Column begins here -->
			<div id="leftColumn1">
				<p class="headerbar">Main Menu</p>
				<ul>
					<li>
					<a href="index.aspx" title="Home - Your Site Name.">
					Home</a></li>
					<li>
					<a href="about.aspx" title="About Us - Site Name.">
					About Us</a></li>
					<li>
					<a href="contact.aspx" title="Contact  Us - Site Name.">
					Contact Us</a></li>
					<li>
					<a href="links.aspx" title="Links We Reccommend">
					Links</a></li>
					<li><a href="photo-gallery.aspx" title="Photo Gallery.">Photo 
					Gallery</a></li>
					<li>
					<a href="search.aspx" title="Search Our Site.">
					Search</a></li>
					<li>
					<a href="site-map.aspx" title="Site Map for Site Name.">
					Site Map</a></li>
					<li>
					<a href="Antwortseite.aspx" title="Antwortseite">
					Antwortseite</a></li>
				</ul>
				<p class="headerbar">Section Menu</p>
				<ul>
					<li><a href="#" title="null link">Link</a><ul>
						<li><a href="#" title="null link">Link</a></li>
						<li><a href="#" title="null link">Link</a></li>
					</ul>
					</li>
					<li><a href="#" title="null link">Link</a></li>
					<li><a href="#" title="null link">Link</a><ul>
						<li><a href="#" title="null link">Link</a></li>
						<li><a href="#" title="null link">Link</a></li>
					</ul>
					</li>
					<li><a href="#" title="null link">Link</a></li>
					<li><a href="#" title="null link">Link</a></li>
				</ul>
				<div class="sidebox">
					<p class="sideboxheading">News</p>
					<p>You may use this box for news, special events, sales or what 
					have you. If you want to be able to change the content from 
					page to page, you will need to make this an editable region.</p>
				</div>
			</div>
			<!-- Left Column ends here -->
			<!-- Main Content begins here -->
			<div id="content">
				<asp:ContentPlaceHolder id="Content" runat="server">
				</asp:ContentPlaceHolder>
			</div>
			<!-- Main Content ends here -->
			<!-- Do NOT Delete or your footer will not fall below your content area -->
			<br class="clearFloat" />
			<br />
		</div>
		<!-- Content Container ends here -->
		<!-- Footer begins here -->
		<div id="footer">
			<p>Copyright © 2011 Company Name. All Rights Reserved.</p>
			<p>
			<a title="Copy and Paste the email address to your email editor to send me mail.">
			your-name<code>@</code>your-domain.com</a> |
			<a href="privacy-policy.aspx" title="Privacy Policy.">Privacy Policy</a></p>
			<p>Template Design:
			<a href="http://www.expression-web-tutorials.com/" title="Expression Web Tutorials & Templates.">
			Expression Web Tutorials & Templates </a></p>
		</div>
		<!-- Footer ends here --></div>
	<!-- Page Container ends here -->
</form>

</body>

</html>